Namespace:  NHibernate.BusinessObjects
Assembly:  NHibernate.BusinessObjects (in NHibernate.BusinessObjects.dll)

Syntax

Visual Basic
Public Delegate Function GetInternalListDelegate As IList(Of TBO)
C#
public delegate IList<TBO> GetInternalListDelegate()
Visual C++
public delegate IList<TBO>^ GetInternalListDelegate()
JavaScript
function();

See Also